Dynomotion

Group: DynoMotion Message: 14494 From: geast1967 Date: 3/16/2017
Subject: Radius to end of arc differs from radius to start.
Attachments :

I run this code with no problem in KMotionCNC. But when i try to cut only one hole, for example start from line N300 , by means of "Set Next Statement" i get the error "Radius to end of arc differs from radius to start" and the program stops.

How can i cut whatever hole i want in this program.

Regards.


 

  @@attachment@@
Group: DynoMotion Message: 14502 From: geast1967 Date: 3/18/2017
Subject: Re: Radius to end of arc differs from radius to start.
Thank you for the reply, but this didn't fix the problem.I get to 0.5inch but i still get the same problem.
Group: DynoMotion Message: 14503 From: Russ Larson Date: 3/18/2017
Subject: Re: Radius to end of arc differs from radius to start.

Post the gcode, I can run it on my machine and see if I get the same error.  I don't have plasma but the gcode should still run.

Russ

 

 

From: DynoMotion@yahoogroups.com [mailto:DynoMotion@yahoogroups.com]
Sent: Saturday, March 18, 2017 3:43 AM
To: DynoMotion@yahoogroups.com
Subject: [DynoMotion] Re: Radius to end of arc differs from radius to start.

 

 

Thank you for the reply, but this didn't fix the problem.I get to 0.5inch but i still get the same problem.




Avast logo

This email has been checked for viruses by Avast antivirus software.
www.avast.com


Group: DynoMotion Message: 14505 From: geast1967 Date: 3/18/2017
Subject: Re: Radius to end of arc differs from radius to start.
The code is posted in my first post, please download it.
Group: DynoMotion Message: 14508 From: Tom Kerekes Date: 3/18/2017
Subject: Re: Radius to end of arc differs from radius to start.

Hi geast1967,

This is definitely a bug in KMotionCNC's "Set Next Statement" where a G0 line is specified and not all the Axes are defined in the line of GCode.  If you add the X coordinate into line N300 it should work correctly.

We are looking into how to handle this better.

Regards

TK


On 3/18/2017 1:06 PM, g.astras@... [DynoMotion] wrote:
 

The code is posted in my first post, please download it.


Group: DynoMotion Message: 14511 From: geast1967 Date: 3/19/2017
Subject: Re: Radius to end of arc differs from radius to start.
Yes when i add X36.00 at line N300, everything works fine.
Looking forward to fix the bug.
Regards.
Group: DynoMotion Message: 14516 From: Tom Kerekes Date: 3/19/2017
Subject: Re: Radius to end of arc differs from radius to start.

Hi geast1967,

Here is a patch that should fix the Set Next Statement Function

http://dynomotion.com/Software/Patch/FixTPNegResolution_FixSetNextStatementV434h/GCodeInterpreter.dll

The patch is compatible with V4.34h.  Copy to the \KMotion434h\KMotion\Release directory.

Please let us know if there are any issues.

Regards
TK


On 3/19/2017 1:03 AM, g.astras@... [DynoMotion] wrote:
 

Yes when i add X36.00 at line N300, everything works fine.
Looking forward to fix the bug.
Regards.